Fix Makefile
authorjustbur <justin@burkett.cc>
Wed, 27 Jul 2016 13:22:38 +0000 (09:22 -0400)
committerjustbur <justin@burkett.cc>
Wed, 27 Jul 2016 13:22:38 +0000 (09:22 -0400)
Makefile

index 34574e360252cf3fd051217574b70664dab72228..facb1f80b4b121c2275c71f04031bfa9e91493cf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,4 +15,5 @@ test: elpa
 elpa: $(ELPA_DIR)
 $(ELPA_DIR): Cask
        $(CASK) install
+       mkdir -p $(ELPA_DIR)
        touch $@